home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / games / gt_mkmap.rea < prev    next >
Text File  |  1996-01-16  |  2KB  |  67 lines

  1. Short:    Galaxy tool that generates a map from your turn report.
  2. Author:   slothoub@xs4all.nl (Frans Slothouber)
  3. Uploader: slothoub@xs4all.nl (Frans Slothouber)
  4. Type:     game/misc
  5.  
  6.  
  7. FUNCTION:
  8.  
  9. This is a tool for Galaxy, a highly addictive play-by-e-mail
  10. intergalatic wargame.  If you never played galaxy before you
  11. might take a look at my homepage on:
  12.    http://www.xs4all.nl/~slothoub.
  13. This contains links to other galaxy pages, and contains more
  14. info about the galaxy tools I have made.
  15.  
  16. This particular tool creates, given a turn report, a gnuplot
  17. program that makes a map of your current situation in the
  18. galaxy.
  19.  
  20. This map includes:
  21. o Your Planets
  22. o Your Enemies Planets
  23. o All  Uninhabited planets.
  24. o Your Ships
  25. o Your Enemies Ships.
  26.  
  27. MakeMap creates six files:
  28. 1 planets.mine   a list of all your planets.
  29. 2 planets.full   a list of all planets of your enemies.
  30. 3 planets.empty  a list of all Uninhabited planets.
  31. 4 ships.mine     a list with all your ships.
  32. 5 ships.enem     a list with all your enemies ships.
  33. 6 galaxy.map     the gnuplot file.
  34.  
  35. If you provide the MakeMap with an additional circ.planets file
  36. it will also draw a 20 ly circle around all the planets
  37. that you put in this file.
  38. Each entry in this file should have the format:
  39. <name>  <x-coordinate> <y-coordinate>
  40. (You can cut this information from your turn report)
  41.  
  42. In addition if you have use the program Dist to compute the
  43. various distances between planets, you can create an input
  44. file for this program from the output files of makemap,
  45. using:
  46.  
  47.    cat pl* >>all_planets         (UNIX)
  48.    join pl#? to all_planets      (Amiga)
  49.  
  50. REQUIREMENTS:
  51.  
  52. o Gnu plot.
  53. o a standard amiga 1200.
  54.  
  55.  
  56. BUGS:
  57.  
  58. If you find any bugs put them in a jar and send them to
  59.  
  60. slothoub@xs4all.nl
  61.  
  62. Same goes for any comments, suggestions, or new caves.  Flames
  63. can be directed to the sun.
  64.  
  65.   Enjoy.
  66.   Frans.
  67.